NAME
this_function - return a functionpointer to the current function

SYNTAX
#include <simulate.h>

function this_function();

DESCRIPTION
Returns a functionpointer to the current function, useful for making recursive lambda-functions.

KEYWORDS
function

SEE ALSO
get_function, function_name, function_object and backtrace